


if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  set.horizon(0);
load.view(27);
set.view(o1,27);
animate.obj(o1);
set.cel(o1,0);
position(o1,112,127);
draw(o1);
stop.cycling(o1);
  if(v1 == 19){
position(o0,70,167);
status.line.on();
accept.input();
}
if(v1 == 21){
position(o0,116,129);
status.line.on();
accept.input();

}
  draw(o0);
  show.pic();
 }
  if(said("look")){
  print("You're on the stairs and I think that this is your floor.");
  }
  if(said("open","door")){
  if(posn(o0,111,128,123,133)){
 end.of.loop(o1,f65);
 return();

  }
  print("You're not close enough.");
  }
  if(isset(f65)){
  reset(f65);
    print("And you step into your..........");
  new.room(21);


}
if(v2 == 3){
new.room(19);


}
return();